home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-08-22 | 1.0 KB | 31 lines | [TEXT/GEOL] |
- Item 7666769 19-Aug-89 20:19
-
- From: D2987 Command Central, R Andrews,PRT
-
- To: MACAPP.TECH$ MACAPP Tech
-
- cc: MACDTS Macintosh Developer Tech. Supt.,APL
-
- Sub: Trouble W/Include w 2.0B5
-
- I am having some problems getting MABuild to search some directories that I
- have set up for some common libraries for the code I write. Part of this is
- caused because MacApp.make1 does not include {POtpions} in its Pascal compile
- build rules. I found that changing:
-
- Pascal {depDir}{default}.p {Debugging} {PascalOptions} {POptions} ∂
-
- to:
-
- Pascal {depDir}{default}.p {Debugging} {PascalOptions} {POptions} ∂
-
- solves the problem. Is there a better way to do this (without modifying MacApp
- stuff)? If not, shouldn't this change be made in the release version since
- POptions is the area for putting user options to the pascal command?
-
- Please send any replies specific to me to this address, I am no longer on the
- MacApp.Tech$ list.
-
- Brad Andrews
-
-